-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fishin' and the killin' power of rock also trash is permanent #428
Conversation
AmoryBlaine
commented
Sep 1, 2024
•
edited
Loading
edited
- Updates fishable table to include crabs and squid.
- Removes timer on all instances of garbage in the game. No more magically disappearing trash.
- adds rocks you can find and use to kill things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave garbage items marked as garbage. If you want to change how they get cleaned up, look in the item_cleanup
subsystem:
cmss13-pve/code/controllers/subsystem/item_cleanup.dm
Lines 5 to 6 in c8f4e3a
wait = 10 MINUTES //should be adjusted for WO | |
var/start_processing_time = 35 MINUTES //should be adjusted for WO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change any garbage = ...
lines at all.
Other than that, code looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some dangling changes.
Otherwise looks good.
Co-authored-by: Doubleumc <[email protected]>
Co-authored-by: Doubleumc <[email protected]>
Co-authored-by: Doubleumc <[email protected]>
Co-authored-by: Doubleumc <[email protected]>